home *** CD-ROM | disk | FTP | other *** search
/ Champak 86 / (Vol 86) My Disc.iso / Games / pet_1112.swf / scripts / DefineSprite_327 / frame_144 / DoAction.as
Text File  |  2009-04-14  |  132b  |  11 lines

  1. var seed = Math.random() * 2 >> 0 == 0;
  2. if(seed)
  3. {
  4.    gotoAndStop("magenta");
  5. }
  6. else
  7. {
  8.    gotoAndStop("l2");
  9.    play();
  10. }
  11.